home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / pc / SNNSV32.ZIP / SNNSv3.2 / xgui / sources / d3_disp.ph < prev    next >
Encoding:
Text File  |  1994-04-25  |  959 b   |  41 lines

  1. /*****************************************************************************
  2.   FILE           : d3_disp.ph
  3.   SHORTNAME      : disp.ph
  4.   SNNS VERSION   : 3.2
  5.  
  6.   PURPOSE        : header for d3_disp.c
  7.   NOTES          :
  8.  
  9.   AUTHOR         : Ralf Huebner
  10.   DATE           : 1.12.1991
  11.  
  12.  
  13.   CHANGED BY     : Sven Doering
  14.   IDENTIFICATION : @(#)d3_disp.ph    1.7 3/2/94
  15.   SCCS VERSION   : 1.7
  16.   LAST CHANGE    : 3/2/94
  17.  
  18.              Copyright (c) 1990-1994  SNNS Group, IPVR, Univ. Stuttgart, FRG
  19.  
  20. ******************************************************************************/
  21. #ifndef _D3_DISP_DEFINED_
  22. #define  _D3_DISP_DEFINED_
  23.  
  24. /* begin global definition section */
  25.  
  26. void d3_createDisplayWindow (void);
  27. Widget d3_displayMainWidget;
  28. void d3_eventProc (Widget w, Display *display, XEvent *event);
  29.  
  30. /* end global definition section */
  31.  
  32. /* begin private definition section */
  33.  
  34.  
  35. /* end private definition section */
  36.  
  37. #endif 
  38.              
  39. /* end of file */
  40. /* lines: */
  41.